home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / AMTA.exe / 0 / RCDATA / TFRMTASKERROR / TFRMTASKERROR.txt < prev   
Encoding:
Text File  |  2003-01-14  |  4.7 KB  |  229 lines

  1. object frmTaskError: TfrmTaskError
  2.   Left = 441
  3.   Top = 249
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'AutoMate Task Execution Error'
  7.   ClientHeight = 275
  8.   ClientWidth = 380
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblTasknameTitle: TLabel
  22.     Left = 8
  23.     Top = 80
  24.     Width = 67
  25.     Height = 13
  26.     Caption = 'Task name:'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object lblTaskName: TLabel
  35.     Left = 84
  36.     Top = 80
  37.     Width = 289
  38.     Height = 13
  39.     Cursor = crHandPoint
  40.     Hint = 'Click to open the task in the Task Builder'
  41.     AutoSize = False
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clBlue
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold, fsUnderline]
  47.     ParentFont = False
  48.     ParentShowHint = False
  49.     ShowHint = True
  50.     OnClick = lblTaskNameClick
  51.   end
  52.   object lblLineNumberTitle: TLabel
  53.     Left = 8
  54.     Top = 100
  55.     Width = 41
  56.     Height = 13
  57.     Caption = 'Line #:'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.   end
  65.   object lblLineNo: TLabel
  66.     Left = 84
  67.     Top = 100
  68.     Width = 289
  69.     Height = 13
  70.     AutoSize = False
  71.     Caption = '-'
  72.     Font.Charset = DEFAULT_CHARSET
  73.     Font.Color = clWindowText
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.   end
  79.   object lblTimeTitle: TLabel
  80.     Left = 8
  81.     Top = 120
  82.     Width = 32
  83.     Height = 13
  84.     Caption = 'Time:'
  85.     Font.Charset = DEFAULT_CHARSET
  86.     Font.Color = clWindowText
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.   end
  92.   object lblDateTime: TLabel
  93.     Left = 84
  94.     Top = 120
  95.     Width = 289
  96.     Height = 13
  97.     AutoSize = False
  98.     Caption = '-'
  99.     Font.Charset = DEFAULT_CHARSET
  100.     Font.Color = clWindowText
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ParentFont = False
  105.   end
  106.   object lblErrorTextTitle: TLabel
  107.     Left = 8
  108.     Top = 140
  109.     Width = 32
  110.     Height = 13
  111.     Caption = 'Error:'
  112.     Font.Charset = DEFAULT_CHARSET
  113.     Font.Color = clWindowText
  114.     Font.Height = -11
  115.     Font.Name = 'MS Sans Serif'
  116.     Font.Style = [fsBold]
  117.     ParentFont = False
  118.   end
  119.   object lblError: TLabel
  120.     Left = 84
  121.     Top = 140
  122.     Width = 289
  123.     Height = 61
  124.     AutoSize = False
  125.     Caption = '-'
  126.     Font.Charset = DEFAULT_CHARSET
  127.     Font.Color = clWindowText
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ParentFont = False
  132.     WordWrap = True
  133.   end
  134.   object lblNote: TLabel
  135.     Left = 8
  136.     Top = 208
  137.     Width = 365
  138.     Height = 33
  139.     AutoSize = False
  140.     Caption = 
  141.       'NOTE:  These errors appear only if Task Administrator is running' +
  142.       '.'
  143.     WordWrap = True
  144.   end
  145.   object comOK: TButton
  146.     Left = 300
  147.     Top = 248
  148.     Width = 75
  149.     Height = 23
  150.     Cancel = True
  151.     Caption = '&Close'
  152.     TabOrder = 0
  153.     OnClick = comOKClick
  154.   end
  155.   object chkShowErrors: TCheckBox
  156.     Left = 8
  157.     Top = 252
  158.     Width = 257
  159.     Height = 13
  160.     Caption = 'Do not show this dialog on task errors'
  161.     TabOrder = 1
  162.   end
  163.   object Panel1: TPanel
  164.     Left = 4
  165.     Top = 4
  166.     Width = 369
  167.     Height = 69
  168.     BevelOuter = bvLowered
  169.     Color = clWhite
  170.     TabOrder = 2
  171.     object Image1: TImage
  172.       Left = 332
  173.       Top = 18
  174.       Width = 33
  175.       Height = 35
  176.       Picture.Data = {<image000.ico>}
  177.     end
  178.     object lblErrorTitle: TLabel
  179.       Left = 8
  180.       Top = 23
  181.       Width = 305
  182.       Height = 26
  183.       Caption = 
  184.         'A problem has occured during the execution of a task.  You may n' +
  185.         'eed to edit the task to correct the issue.'
  186.       Transparent = True
  187.       WordWrap = True
  188.     end
  189.     object Label1: TLabel
  190.       Left = 8
  191.       Top = 8
  192.       Width = 181
  193.       Height = 13
  194.       Caption = 'Problem Occured Running Task'
  195.       Font.Charset = DEFAULT_CHARSET
  196.       Font.Color = clWindowText
  197.       Font.Height = -11
  198.       Font.Name = 'MS Sans Serif'
  199.       Font.Style = [fsBold]
  200.       ParentFont = False
  201.       Transparent = True
  202.     end
  203.   end
  204.   object IvTranslator1: TIvTranslator
  205.     DictionaryName = 'dcoAMTA'
  206.     Left = 12
  207.     Top = 277
  208.     TargetsData = (
  209.       1
  210.       4
  211.       (
  212.         '*'
  213.         'Hint'
  214.         0)
  215.       (
  216.         '*'
  217.         'Caption'
  218.         0)
  219.       (
  220.         '*'
  221.         'Items'
  222.         0)
  223.       (
  224.         'TMemo'
  225.         'Text'
  226.         0))
  227.   end
  228. end
  229.